home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / cybint14 / bin / ml.dxr / 00138.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  273 b   |  16 lines

  1. on exitFrame
  2.   if rollOver(38) then
  3.     cursor([901, 902])
  4.   else
  5.     cursor(-1)
  6.   end if
  7.   if the duration of cast 137 = the movieTime of sprite 38 then
  8.     InVis(38)
  9.     set the sound of cast 137 to 0
  10.     unLoadCast(137)
  11.     go(#next)
  12.   else
  13.     Loopframe()
  14.   end if
  15. end
  16.